home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
presto
/
presto10.lha
/
src
/
main_done.C
< prev
next >
Wrap
C/C++ Source or Header
|
1991-12-11
|
260b
|
19 lines
/*
* main_*.c
*
* provide default do-nothings for the Main object.
* Each must be in a different .o file to prevent all of them
* from being pulled in when only one is needed.
*
*/
#define _MAIN_C
#include "presto.h"
int
Main::done()
{
return 0;
}